[INFO] cloning repository https://github.com/Xyndra/Nexus
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Xyndra/Nexus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXyndra%2FNexus", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXyndra%2FNexus'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1fa1153f479dc386784004448821560b4632def0
[INFO] checking Xyndra/Nexus against master#43a4909ee98ed4d006d9d773f5d94dc58e34f846 for pr-157576
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXyndra%2FNexus" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Xyndra/Nexus
[INFO] finished tweaking git repo https://github.com/Xyndra/Nexus
[INFO] tweaked toml for git repo https://github.com/Xyndra/Nexus written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Xyndra/Nexus on toolchain 43a4909ee98ed4d006d9d773f5d94dc58e34f846
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+43a4909ee98ed4d006d9d773f5d94dc58e34f846" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Xyndra/Nexus already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+43a4909ee98ed4d006d9d773f5d94dc58e34f846" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lsp-types v0.95.1
[INFO] [stderr]   Downloaded lsp-server v0.7.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cdc875f7f17eabf81af85c40c23d9767eb3ae073634ab62fda1ba621761adedc
[INFO] running `Command { std: "docker" "start" "cdc875f7f17eabf81af85c40c23d9767eb3ae073634ab62fda1ba621761adedc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cdc875f7f17eabf81af85c40c23d9767eb3ae073634ab62fda1ba621761adedc" "/opt/rustwide/cargo-home/bin/cargo" "+43a4909ee98ed4d006d9d773f5d94dc58e34f846" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cdc875f7f17eabf81af85c40c23d9767eb3ae073634ab62fda1ba621761adedc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cdc875f7f17eabf81af85c40c23d9767eb3ae073634ab62fda1ba621761adedc" "/opt/rustwide/cargo-home/bin/cargo" "+43a4909ee98ed4d006d9d773f5d94dc58e34f846" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling nexus-lsp-server v0.1.0 (/opt/rustwide/workdir/crates/nexus-lsp-server)
[INFO] [stderr]     Checking jiff v0.2.16
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking pest v2.8.4
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling pest_meta v2.8.4
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling pest_generator v2.8.4
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling pest_derive v2.8.4
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking nexus-core v0.1.0 (/opt/rustwide/workdir/crates/nexus-core)
[INFO] [stderr]     Checking nexus-types v0.1.0 (/opt/rustwide/workdir/crates/nexus-types)
[INFO] [stderr]     Checking nexus-lexer v0.1.0 (/opt/rustwide/workdir/crates/nexus-lexer)
[INFO] [stderr]     Checking nexus-permissions v0.1.0 (/opt/rustwide/workdir/crates/nexus-permissions)
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking nexus-parser v0.1.0 (/opt/rustwide/workdir/crates/nexus-parser)
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.1
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking lsp-server v0.7.9
[INFO] [stderr]     Checking nexus-interpreter v0.1.0 (/opt/rustwide/workdir/crates/nexus-interpreter)
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking nexus-project v0.1.0 (/opt/rustwide/workdir/crates/nexus-project)
[INFO] [stderr]     Checking nexus-sandbox v0.1.0 (/opt/rustwide/workdir/crates/nexus-sandbox)
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking lsp-types v0.95.1
[INFO] [stderr]     Checking nexus-transpiler-c v0.1.0 (/opt/rustwide/workdir/crates/nexus-transpiler-c)
[INFO] [stderr]     Checking nexus-test-runner v0.1.0 (/opt/rustwide/workdir/crates/nexus-test-runner)
[INFO] [stderr]     Checking nexus-cli v0.1.0 (/opt/rustwide/workdir/crates/nexus-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.60s
[INFO] running `Command { std: "docker" "inspect" "cdc875f7f17eabf81af85c40c23d9767eb3ae073634ab62fda1ba621761adedc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdc875f7f17eabf81af85c40c23d9767eb3ae073634ab62fda1ba621761adedc", kill_on_drop: false }`
[INFO] [stdout] cdc875f7f17eabf81af85c40c23d9767eb3ae073634ab62fda1ba621761adedc
